home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTWinListbox.pas' rev: 3.00
-
- #ifndef AHMTWinListboxHPP
- #define AHMTWinListboxHPP
- #include <AHMFreeware.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtwinlistbox
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMWinListbox;
- class PASCALIMPLEMENTATION TAHMWinListbox : public Stdctrls::TListBox
- {
- typedef Stdctrls::TListBox inherited;
-
- protected:
- Ahmfreeware::TAHMAboutFreeStr FAbout;
- virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
-
- __published:
- __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
- __property Caption ;
- public:
- /* TCustomListBox.Create */ __fastcall virtual TAHMWinListbox(Classes::TComponent* AOwner) : Stdctrls::
- TListBox(AOwner) { }
- /* TCustomListBox.Destroy */ __fastcall virtual ~TAHMWinListbox(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMWinListbox(HWND ParentWindow) : Stdctrls::TListBox(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtwinlistbox */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtwinlistbox;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTWinListbox
-